From f61f3d7b4ca48054dbb848c40089b16af102005e Mon Sep 17 00:00:00 2001 From: Simon Praetorius Date: Sat, 13 Sep 2025 16:12:08 +0000 Subject: [PATCH] [PATCH] Use GNU-extension flag to activate quadmath automatically Gbp-Pq: Name Use-GNU-extension-flag-to-activate-quadmath-automati.patch --- cmake/modules/FindQuadMath.cmake | 7 ------- 1 file changed, 7 deletions(-) diff --git a/cmake/modules/FindQuadMath.cmake b/cmake/modules/FindQuadMath.cmake index 319fb24..5e19fd6 100644 --- a/cmake/modules/FindQuadMath.cmake +++ b/cmake/modules/FindQuadMath.cmake @@ -71,11 +71,4 @@ if(QuadMath_FOUND AND NOT TARGET QuadMath::QuadMath) # Compiler supports QuadMath: Add appropriate linker flag add_library(QuadMath::QuadMath INTERFACE IMPORTED) target_link_libraries(QuadMath::QuadMath INTERFACE quadmath) - - target_compile_definitions(QuadMath::QuadMath INTERFACE - _GLIBCXX_USE_FLOAT128 - ) - target_compile_options(QuadMath::QuadMath INTERFACE - $<$:-fext-numeric-literals> - ) endif() -- 2.30.2